var testing.mutexProfileFraction
5 uses
testing (current package)
testing.go#L467: mutexProfileFraction = flag.Int("test.mutexprofilefraction", 1, "if >= 0, calls runtime.SetMutexProfileFraction()")
testing.go#L499: mutexProfileFraction *int
testing.go#L2328: if *mutexProfile != "" && *mutexProfileFraction >= 0 {
testing.go#L2329: runtime.SetMutexProfileFraction(*mutexProfileFraction)
testing.go#L2420: if *mutexProfile != "" && *mutexProfileFraction >= 0 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)